增加获取导游信息时机

chengzhenyu 8 lat temu
rodzic
commit
d8017518e7

+ 2 - 0
app/src/main/java/ai/pai/client/fragments/TabRecentPhotoFragment.java

@@ -106,6 +106,7 @@ public class TabRecentPhotoFragment extends BaseFragment implements SwipeRefresh
106 106
                 if(left > 0){
107 107
                     loadMoreView.setVisibility(View.VISIBLE);
108 108
                     doFetchPhotoTask();
109
+                    fetchTourInfo();
109 110
                 }else{
110 111
                     Toast.makeText(getActivity(),R.string.no_more_content,Toast.LENGTH_SHORT).show();
111 112
                 }
@@ -350,6 +351,7 @@ public class TabRecentPhotoFragment extends BaseFragment implements SwipeRefresh
350 351
             refreshAdapter.clearPhotoList();
351 352
         }
352 353
         doFetchPhotoTask();
354
+        fetchTourInfo();
353 355
     }
354 356
 
355 357
     @Override